ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.TransposedGrid Assembly / C1.Web.Mvc.TransposedGrid Namespace / TransposedGrid<T> Class / ItemsSource Property

In This Topic
    ItemsSource Property (TransposedGrid<T>)
    In This Topic
    Gets or sets ItemsSource settings.
    Syntax
    'Declaration
     
    Public Overridable Property ItemsSource As IItemsSource(Of T)
    public virtual IItemsSource<T> ItemsSource {get; set;}
    See Also